* emacs.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 22:50:03 +0000 (15:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 22:50:03 +0000 (15:50 -0700)
commit01ffac7f5c48616798a4ad6a0256afadf0166ed6
tree35f52b6e5ca85581d2e5b7b5975831ff4f7914dc
parentf7f2bd3dad07aa187bb95ec3df3a7f182044d04d
* emacs.c: Make symbols static if they're not exported.

(malloc_state_ptr, malloc_using_checking, syms_of_emacs):
(fatal_error_code, fatal_error_signal_hook, standard_args):
Now static.
(fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
(DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
(__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
* lisp.h (fatal_error_signal_hook): Remove decl.
(fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
src/ChangeLog
src/emacs.c
src/lisp.h